home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Klienci FTP / Encrypted FTP 3.3.1.145 / eftp3setup.exe / MENU.JS < prev    next >
Encoding:
Text File  |  2004-07-19  |  856 b   |  23 lines

  1.  
  2. <!-- Begin
  3.  
  4. <!-- NOTE: If you use a ' add a slash before it like this \' -->
  5.  
  6. document.write('<DIV id="menulocation">');
  7. document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" background="picts/background-menu.gif" bgcolor="#C0C0C0"><tr><td>');
  8. document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="25"> <br>');
  9.  
  10. // START LINKS //
  11.  
  12.  
  13. document.write('</td><td nowrap>');
  14. document.write('<a href="http://www.encrypted-ftp.com" class="menu">Encrypted FTP Home Page</a>');
  15.  
  16. document.write('</td><td WIDTH="1" bgcolor="#000000"><br>');
  17.  
  18. document.write('</td></tr></table>');
  19. document.write('</td></tr><tr><td HEIGHT="1" bgcolor="#000000">');
  20. document.write('<IMG SRC="picts/spacer.gif" HEIGHT="1" WIDTH="10" border="0"><BR>');
  21. document.write('</td></tr></table></DIV>');
  22.  
  23. //  End -->